Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2013 08:47:18 +0000 (11:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2013 08:47:18 +0000 (11:47 +0300)
commit9f96fe11e3263c7fb01ce26d3bf1ff8daec5156e
treec7d6cb790951589d7d16943af4aa8ecd3c460d0c
parente5c063f1297ddb3a67d556b3b7f5c7481f8e086c
Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.

 nt/inc/sys/time.h (gettimeofday): Use '__restrict' instead of
 'restrict', which is a C99 extension.  See
 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
 and the following discussion for the problem this caused in the
 old nt/configure.bat build.
nt/ChangeLog
nt/inc/sys/time.h